Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message for a partially implemented plan #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dlfivefifty
Copy link
Member

This avoids the following stack overflow:

[1] circcopy!(::Array{Float64,2}, ::Array{Float64,2}) at ./multidimensional.jl:1071
 [2] copy1 at /Users/solver/.julia/packages/AbstractFFTs/JAxy0/src/definitions.jl:38 [inlined]
 [3] *(::SphericalHarmonics.SphericalHarmonicTransform{Float64}, ::Array{Float64,2}) at /Users/solver/.julia/packages/AbstractFFTs/JAxy0/src/definitions.jl:208 (repeats 51959 times)

Haven't had time to add a test but can do it once the implementation is agreed (that is, the error type/message).

This avoids the following stack overflow:
```julia
[1] circcopy!(::Array{Float64,2}, ::Array{Float64,2}) at ./multidimensional.jl:1071
 [2] copy1 at /Users/solver/.julia/packages/AbstractFFTs/JAxy0/src/definitions.jl:38 [inlined]
 [3] *(::SphericalHarmonics.SphericalHarmonicTransform{Float64}, ::Array{Float64,2}) at /Users/solver/.julia/packages/AbstractFFTs/JAxy0/src/definitions.jl:208 (repeats 51959 times)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant